Get a list of the network interfaces connected to the machine with their IPs and MACs:
ip a Copy
ip a
Get a list of the machines that the victim has been interacting with (print the ARP table):
ip neigh Copy
ip neigh
netstat -ano Copy
netstat -ano